home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Language / Word Herd 2.0 / Word Herd 2.0 / card_6702.txt < prev    next >
Encoding:
Text File  |  1993-05-31  |  1.6 KB  |  94 lines

  1. -- card: 6702 from stack: in.0
  2. -- bmap block id: 64269
  3. -- flags: 0000
  4. -- background id: 6427
  5. -- name: goose 1
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   click at the location of card field "show"
  9. end mouseUp
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=141 top=289 right=341 bottom=338
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 20
  20. -- text size: 40
  21. -- style flags: 0
  22. -- line height: 53
  23. -- part name: show
  24.  
  25.  
  26. -- part 5 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=407 top=11 right=98 bottom=499
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: sun
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   FarSun
  41. end mouseUp
  42.  
  43. on walkyTalky
  44.   global speak
  45.   put empty into card field "show" of card "goose 1"
  46.   go next
  47.   go prev
  48.   go next
  49.   go next
  50.   wait 50
  51.   go next
  52.   play speak
  53.   wait until the sound is "done"
  54.   go prev
  55.   go prev
  56.   go prev
  57.   wait 40
  58.   go next
  59.   go next
  60.   wait 30
  61.   go next
  62.   play speak
  63.   wait until the sound is "done"
  64.   go prev
  65.   go prev
  66.   go prev
  67.   wait 50
  68.   go card "level 2"
  69. end walkyTalky
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. -- part 6 (button)
  77. -- low flags: 00
  78. -- high flags: 0000
  79. -- rect: left=425 top=285 right=342 bottom=512
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: eraser
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   put empty into card field "show"
  91.   click at the loc of card field "show"
  92. end mouseUp
  93.  
  94.